home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / mitt.dir / 00083_Script_83 < prev    next >
Text File  |  1997-09-29  |  305b  |  13 lines

  1. on exitFrame
  2.   global gCount
  3.   set the foreColor of char gCount of line 1 of field "ans" to 5
  4.   
  5.   set ran = random(5)
  6.   case(ran) of
  7.     "1": go to frame "齊笶1"
  8.     "2": go to frame "齊笶2"
  9.     "3": go to frame "齊笶3"
  10.     "4": go to frame "齊笶4"
  11.     "5": go to frame "齊笶5"
  12.   end case
  13. end